home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_dev-disk / egsincludes / clib / gbsets_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  1.2 KB  |  42 lines

  1. #ifndef CLIB_EGB_GBSETS_PROTOS_H
  2. #define CLIB_EGB_GBSETS_PROTOS_H
  3.  
  4. /***************************************************************************\
  5. *  $
  6. *  $ FILE     : gbsets_protos.h
  7. *  $ VERSION  : 1
  8. *  $ REVISION : 4
  9. *  $ DATE     : 08-Dec-93 13:47
  10. *  $
  11. *  $ Author   : mvk
  12. *  $
  13. *
  14. *  C prototypes
  15. *
  16. *****************************************************************************
  17. *                                                                           *
  18. * (c) Copyright 1990/94 VIONA Development                                   *
  19. *     All Rights Reserved                                                   *
  20. *                                                                           *
  21. \***************************************************************************/
  22.  
  23. #ifndef         EXEC_TYPES_H
  24. #include        <exec/types.h>
  25. #endif
  26. #ifndef         EGS_EGSINTUI_H
  27. #include        <egs/egsintui.h>
  28. #endif
  29. #ifndef         EGS_EGSGADBOX_H
  30. #include        <egs/egsgadbox.h>
  31. #endif
  32. #ifndef         EGS_EGB_GBSETS_H
  33. #include        <egs/egb/gbsets.h>
  34. #endif
  35.  
  36. EB_GadBoxPtr EGB_CreateSetGadget(EB_GadContext con,
  37.          EB_StrArrayPtr names, WORD height, LONG id);
  38. void EGB_ModifySetGadget(EI_WindowPtr win, EI_GadgetPtr gad, LONG data);
  39.  
  40. #endif /* CLIB_EGB_GBSETS_PROTOS_H */
  41.  
  42.